.top{
	background: url(../images/tpbg.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 0px 0px;
}
.logo{
	float: left;
	padding: 5px 0px 10px;
	max-width: 75%;
}
.ewm{
	float: right;
	color: #6d3f39;
	font-size: 1.2rem;
	text-align: center;
}
.ewm table tr td:first-child{
	padding-right:15px;
}
.ewm img{
	display: block;
	margin: 0 auto 5px;
	max-width: 64px;
}
.menu{
	background-color: #843924;
	position: relative;
}
.menu ul{
	display: flex;
	justify-content: space-between;
}
.menu ul li{
	width: 11%;
}
.menu ul li a{
	display: block;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	line-height: 56px;
	color: #f8e9d8;
	font-size: 1.6rem;
}
.tmenu{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 99;
	background-color: rgba(136,61,44,.9);
	display: none;
	padding: 45px 0px 75px;
}
.tmenu .tmlist{
	display: none;
}
.tmenu section{
	display: flex;
	
}
.tmenu section h3{
	width: 125px;
	font-size: 2.0rem;
	line-height: 34px;
	font-weight: normal;
	color: #fff;
	font-weight: bold;
	border-right: 1px rgba(255,255,255,.2) solid;
}
.tmenu section .tmcd{
	display:flex;
}
.tmenu section dl{
	width: 197px;
	border-right: 1px rgba(255,255,255,.2) solid;
}
.tmenu section dl dd a{
	display: block;
	color: #fff;
	line-height: 34px;
	padding: 0px 0px 0px 25px;
	font-size: 1.5rem;
}
.tmenu section dl dd a:hover{
	text-decoration: underline;
}
.tmenu section .mtext{
	display: flex;
	justify-content: space-between;
	width: calc(100% - 510px);
	padding-left: 20px;
}
.tmenu section .mtext i{
	width: 35%;
}
.tmenu section .mtext .mcont{
	width: 58%;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
}
.tmenu section .mtext .mcont a{
	background: url(../images/mbg.png) center no-repeat;
	width: 116px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	color: #883d2c;
	margin: 5px 0px 0px;
}
.banner{
	position: relative;
}
.banner .qkmenu{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 48px;
	z-index: 9;
}
.banner .qkmenu ul{
	display: flex;
	background-color: #f9f8f8;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
}
.banner .qkmenu ul li{
	width: 16.6666666666666%;
	border-right: 1px #e4e4e4 solid;
}
.banner .qkmenu ul li:last-child{
	border-right: 0;
}
.banner .qkmenu ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.banner .qkmenu ul li a i{
	width: 24px;
	height: 24px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.banner .qkmenu ul li a p{
	padding-left: 10px;
	line-height: 70px;
	color: #6d3f39;
	font-size: 1.5rem;
}
.banner .qkmenu ul li a:hover{
	background-color: #6d3f39;
}
.banner .qkmenu ul li a:hover i{
	background-position: center bottom;
}
.banner .qkmenu ul li a:hover p{
	color: #fff;
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title span{
	display: flex;
}
.title span p{
	font-size: 3.0rem;
	color: #6d3f39;
	/* font-family:SourceHanSC; */
	font-weight:bold;
	line-height: 40px;
}
.title span small{
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.title span small a{
	display: block;
	color: #4c4c4c;
	font-size: 1.6rem;
	line-height: 40px;
	/* font-family:SourceHanSC; */
	font-weight:bold;
}
.title span small a:hover{
	color: #6d3f39;
}
.title span small i{
	display: block;
	width: 1px;
	height: 16px;
	background-color: #4c4c4c;
	margin: 0px 30px;
	transform: rotate(25deg);
}
.title>a{
	display: block;
	width: 76px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 1.3rem;
	color: #4c4c4c;
	/* font-family:SourceHanSC; */
	font-weight:bold;
	background: url(../images/gdbg.png) center no-repeat;
}
.title>a:hover{
	color: #4c4c4c;
}
.news{
	padding: 55px 0px;
	background: url(../images/nsbg.jpg) center repeat;
}
.news .title span small i{
	margin: 0px 20px;
}
.news dl{
	display: flex;
	justify-content: space-between;
	margin: 35px 0px 0px;
}
.news dl dt{
	width: 48%;
	font-weight: normal;
}
.news dl dd{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.news dl dt a{
	display: block;
	position: relative;
}
.news dl dt a p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	line-height: 46px;
	color: #fff;
	padding: 0px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news dl dt .swiper-container .swiper-pagination{
	text-align: right;
	height: 46px;
	bottom: 0;
}
.news dl dt .swiper-container .swiper-pagination span{
	width: 7px;
	height: 7px;
	border-radius: 0;
	background-color: #fff;
	margin: 19px 10px 0px 0px;
}
.news dl dd a{
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 20px;
}
.news dl dd a span{
	width: 18%;
	font-size: 2.7rem;
	color: #d6111b;
	font-family:Sabon-Bold;
}
.news dl dd a span small{
	font-size: 1.6rem;
	color: #b2b2b2;
}
.news dl dd a section{
	width: 82%;
}
.news dl dd a section h4{
	font-size: 1.5rem;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px 0px 5px;
}
.news dl dd a section h5{
	color: #848484;
	font-size: 1.4rem;
	line-height: 19px;
	max-height: 38px;
	overflow: hidden;
}
.news .jkang{
	padding-left: 15px;
}
.news .jkang>a{
	display: block;
	margin-top: 15px;
}
.news ul{
	padding: 11px 0px 0px;
}
.news ul li a{
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 1.6rem;
	line-height: 42px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.news ul li a p{
	max-width: calc(100% - 90px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news ul li a span{
	color: #848484;
	font-size:1.3rem;
}
.fengcai{
	background: #e3d6bd url(../images/mybg.jpg) center bottom no-repeat;
	padding: 50px 0px 30px;
}
.fcont{
	display: flex;
	justify-content: space-between;
}
.fengcai .mingyi{
	width: 72%;
}
.fengcai dl{
	width: 24.5%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	padding-bottom:28px;
}
.fengcai .swiper-container{
	margin: 35px 0px 0px;
	padding-bottom:30px;
}
.fengcai .swiper-container .swiper-slide a{
	display: block;
	background-color: #fff;
}
.fengcai .swiper-container .swiper-slide a section{
	padding: 10px 15px;
	color: #4c4c4c;
}
.fengcai .swiper-container .swiper-slide a section p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 5px;
}
.fengcai .swiper-container .swiper-slide a section span{
	display: block;
	font-size: 1.3rem;
	line-height: 18px;
	min-height:36px;
}
.fengcai .swiper-container .swiper-pagination{
	bottom:0;
}
.fengcai .swiper-container .swiper-pagination span{
	width:10px;
	height:10px;
	background:#a0733f;
}
.fengcai .mycont{
	position:relative;
}
.fengcai .mycont .mylist{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transform:scale(0);
	z-index:-3;
}
.fengcai .mycont .mylist.active{
	position:static;
	z-index:1;
	transform:scale(1);
}
.fengcai dl dd{
	width: 100%;
}
.keshi{
	background: url(../images/ksbg.jpg) center no-repeat;
	background-size: cover;
	padding: 35px 0px 15px;
}
.keshi .title span p,.keshi .title span small a,.keshi .title>a{
	color: #fff;
}
.keshi .title span small i{
	background-color: #fff;
}
.keshi .title>a{
	background: url(../images/bgdbg.png) center no-repeat;
}
.keshi ul{
	padding: 55px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.keshi ul li{
	width: 20%;
	margin-bottom: 40px;
	padding: 0px 10px 0px 0px;
}
.keshi ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.keshi ul li a i{
	display: block;
	width: 73px;
}
.keshi ul li a span{
	width: calc(100% - 73px);
	padding-left: 15px;
}
.keshi ul li a span h4{
	font-size: 1.7rem;
	line-height: 24px;
}
.keshi ul li a span p{
	font-size: 1.4rem;
	color: rgba(255,255,255,.6);
	margin: 5px 0px 0px;
}
.title section{
	display:flex;
	align-items:center;
}
.title section a{
	display: block;
	color: #4c4c4c;
	font-size: 1.6rem;
	line-height: 40px;
	font-weight: bold;
}
.title section a.cur{
	font-size: 3.0rem;
	color: #6d3f39;
	font-weight: bold;
	line-height: 40px;
}
.title section i {
	display: block;
	width: 1px;
	height: 16px;
	background-color: #4c4c4c;
	margin: 0px 30px;
	transform: rotate(25deg);
}
.honor{
	background: url(../images/hnbg.jpg) center bottom no-repeat;
	padding: 45px 0px 66px;
}
.honor .hncont{
	position:relative;
}
.honor .wplist{
	margin-top: 50px;
	padding-bottom: 50px;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:-6;
	overflow:hidden;
	transform:scale(0);
}
.honor .wplist.dqian{
	position:relative;
	z-index:2;
	opacity:1;
	transform:scale(1);
}
.hnlist{ 
	width: 100%; 
	overflow: hidden; 
}
.hnlist ul li{
	width: 300px;
	float:left;
	padding:9px;
	margin-right:15px;
	background:url(../images/hjbg.png) 0 0 no-repeat;
	background-size:100% 100%;
}
.honor .swiper-container .swiper-pagination{
	bottom: 0;
}
.honor .swiper-container .swiper-pagination span{
	width: 12px;
	height: 12px;
	border-radius: 0px;
	background-color: #a0733f;
}
.map #map{
	width:100%;
	height:355px;
}
.map .amap-marker-label{
	display:none;
	background-color: #fff;
	border: 0;
	padding: 0;
	width: 410px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.map .amap-marker-label h5{
	background-color: #a0733f;
	font-size: 1.7rem;
	line-height: 41px;
	padding: 0px 15px;
	color:#fff;
}
.map .amap-marker-label section{
	padding: 15px 15px 20px;
	color: #5b5a59;
	line-height: 22px;
	font-size: 1.4rem;
}
footer{
	background: url(../images/btbg.jpg) center no-repeat;
	background-size: cover;
}
.btmenu{
	border-bottom: 1px rgba(255,255,255,.1) solid;
}
.btmenu ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0px;
}
.btmenu ul li a{
	color: #fff;
	font-size: 1.6rem;
	line-height: 30px;
	font-weight:bold;
	/* font-family:SourceHanSC; */
}
.bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
}
.contact{
	font-size: 1.3rem;
	line-height: 43px;
	color: rgba(255,255,255,.8);
}
.bottom dl{
	max-width: 185px;
}
.bottom dl dd{
	margin-bottom: 25px;
}
.bottom dl dd select{
	width: 185px;
	height: 28px;
	border: 0;
	outline: none;
}
.copy{
	display: flex;
	justify-content: space-between;
	border-top: 1px rgba(255,255,255,.1) solid;
	padding: 10px 0px;
}
.copy section{
	line-height: 46px;
	color: rgba(255,255,255,.8);
	font-size: 1.3rem;
}
.copy section a{
	color: rgba(255,255,255,.8);
}
/*page*/
.ibanner{
	position: relative;
}
.img-dj{
    max-width: 48px;
}
.ibanner img{
	width:100%;
}
.ibanner .weizhi{
	position: absolute;
	width: 100%;
	left: 0;
	top: 35%;
	z-index: 6;
}
.ibanner .weizhi h3{
	color: #2c0703;
	font-size: 5.3rem;
	/* font-family:SourceHan-SemiBold; */
	line-height: 53px;
	position: relative;
}
.ibanner .weizhi h3:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 3px #a1292c solid;
	border-radius: 50%;
	left: -10px;
	bottom: 94%;
}
.ibanner .weizhi section{
	color: #7a6f62;
	font-size: 1.4rem;
	line-height: 20px;
	margin: 20px 0px 0px;
	background: url(../images/fzpic.svg) 0 0px no-repeat;
	background-size: auto 17px;
	padding-left: 26px;
}
.ibanner .weizhi section a{
	color: #7a6f62;
}
.lanmu{
	background: url(../images/lmbg.jpg) 0 0 repeat;
	border-bottom: 1px #fff solid;
}
.lanmu ul{
	display: flex;
	padding: 10px 0px;
	justify-content: space-between;
}
.lanmu ul li a{
	display: block;
	line-height: 40px;
	font-size: 1.6rem;
	color: #4c4c4c;
	/* font-family:SourceHanSC; */
	font-weight:bold;
	padding: 0px 20px;
}
.lanmu ul li.cur a,.lanmu ul li:hover a{
	background: url(../images/lmpic.png) center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.icontent{
	padding: 55px 0px 50px;
}
.ititle{
	background: url(../images/ittbg.png) 0 0 no-repeat;
	height: 78px;
	line-height: 74px;
	font-size: 3.6rem;
	color: #865a2b;
	/* font-family:SourceHan-SemiBold; */
	padding-left: 55px;
	margin-bottom:25px;
}
.iabout{
	padding: 25px 0px 0px;
}
.iabout dl{
	display: flex;
	justify-content: space-between;
}
.iabout dl dd{
	width: 51%;
	color: #3d3939;
	font-size: 1.5rem;
	line-height: 30px;
}
.iabout dl dt{
	width: 47%;
}
.shuju{
	margin: 30px 0px;
	background: url(../images/sjbg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.shuju ul{
	display: flex;
	justify-content: space-between;
	padding: 40px 0px;
}
.shuju ul li{
	width: 25%;
	text-align: center;
	color: #fff;
	position: relative;
}
.shuju ul li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #fff;
	left: 100%;
	top: 50%;
	margin-top: -25px;
	transform: rotate(40deg);
}
.shuju ul li:last-child:after{
	display: none;
}
.shuju ul li span{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.shuju ul li span p{
	font-size: 5.8rem;
	font-family:Sabon-Bold;
	line-height: 60px;
}
.shuju ul li span small{
	font-size: 1.4rem;
	line-height: 34px;
	margin-left: 5px;
}
.shuju ul li section{
	font-size: 1.4rem;
	line-height: 30px;
}
.iabtext{
	color: #3d3939;
	font-size: 1.5rem;
	line-height: 30px;
}
.lanmu-t ul{
	justify-content: flex-start;
}
.lanmu-t ul li{
	padding-right: 15px;
}
.lanmu-t ul li a{
	padding: 0px 30px;
}
.icontent-t{
	background: url(../images/hsbg.jpg) 0 0 repeat;
	padding: 60px 0px;
}
.inews ul li{
	margin-bottom: 50px;
}
.inews ul li a{
	display: flex;
	justify-content: space-between;
}
.inews ul li a i{
	width: 25%;
}
.inews ul li a i img{
	border:3px #865a2b solid;
}
.inews ul li a section{
	width: 73%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding:5px 0px;
}
.inews ul li a section::before,.inews ul li a section::after{
	content: "";
	display: block;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	width: 100%;
}
.inews ul li a section h3{
	width: 100%;
	margin: 0px 0px 20px;
}
.inews ul li a section h3 p{
	color: #4c4c4c;
	font-size: 1.9rem;
	/* font-family:SourceHan-SemiBold; */
	font-weight: normal;
	line-height: 26px;
}
.inews ul li a section h3 small{
	color: #3d3939;
	font-size: 1.7rem;
	font-family:AGaramond-Regular;
	line-height: 22px;
	margin: 5px 0px 0px;
}
.inews ul li a section h3 dl{
	display: flex;
	margin: 15px 0px 0px;
}
.inews ul li a section h3 dl dd{
	line-height: 24px;
	border-radius: 12px;
	padding: 0px 10px;
	color: #7f4816;
	font-size: 1.3rem;
	background-color: rgba(226,168,90,.17);
	margin-right:5px;
}
.inews ul li a section span{
	display: block;
	color: #3d3939;
	font-size: 1.4rem;
	line-height: 26px;
	opacity: .72;
	width: 100%;
}
.page_info{
	text-align:right;
	line-height:40px;
	font-size:1.6rem;
	color: #666;
}
.page_list{
	display: flex;
	justify-content: flex-end;
}
.page_list a{
	display: block;
	position: relative;
	width: 38px;
	height: 38px;
	margin-left: 30px;
}
.page_list a::before{
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-color: #fff;
	transform: rotate(45deg);
	top: 0;
	transition: .3s;
	left: 0;
}
.page_list a p{
	position: relative;
	z-index: 3;
	text-align: center;
	line-height: 40px;
	font-family:MaisonNeue-Medium;
	font-size: 1.7rem;
	color: #666;
}
.page_list a:hover::before,.page_list a.on::before{
	background-color: #865a2b;
}
.page_list a:hover p,.page_list a.on p{
	color: #fff;
}
.page_list a:first-child p{
	background: url(../images/jt.svg) center no-repeat;
	background-size: auto 13px;
	line-height: 38px;
}
.page_list a:last-child p{
	background: url(../images/jt.svg) center no-repeat;
	background-size: auto 13px;
	line-height: 38px;
	transform: rotate(180deg);
}
.page_list a:first-child:hover p{
	background: url(../images/bjt.svg) center no-repeat;
	background-size: auto 13px;
}
.page_list a:last-child:hover p{
	background: url(../images/bjt.svg) center no-repeat;
	background-size: auto 13px;
}
.ihonor ul li{
	margin-bottom:30px;
}
.ihonor ul li img{
	width:100%;
	height:auto;
}
.ihonor ul li span{
	position:relative;
	cursor:pointer;
	display:block;
}
.ihonor ul li span p{
	background:rgba(0,0,0,.6);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:20px;
	text-align:center;
	font-size:1.6rem;
	color:#fff;
	opacity:0;
	transition:.3s;
}
.ihonor ul li span:hover p{
	opacity:1;
}
.inewsd .instit{
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
	line-height:22px;
}
.inewsd .info{
	display:flex;
	justify-content:center;
	line-height:20px;
	color:#666;
	font-size:1.2rem;
	padding:15px 0px;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.inewsd .inscont{
	font-size:1.5rem;
	line-height:26px;
	padding:20px 0px;
	color:#333;
}
.inewsd .inscont video,.inewsd .inscont iframe{
	max-width:100%;
}
.inewsd .swiper-container{
	margin:30px 0px;
}
.inewsd .swiper-container .swiper-slide img{
	border:1px rgba(0,0,0,.1) solid;
}
.inewsd .swiper-container .swiper-slide p{
	text-align:center;
	line-height:46px;
	color:#333;
}
.fanye{
	display:flex;
	justify-content:space-between;
}
.fanye a{
	display:block;
	max-width:58%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	font-size:1.6rem;
}
.fanye a:hover{
	color:#f00;
	text-decoration:underline;
}
.iteam ul{
	margin-right:-8px;
	margin-left:-8px;
	display:flex;
	flex-wrap:wrap;
}
.iteam ul li{
	margin-bottom:16px;
	padding:0px 8px;
	width:20%;
}
.iteam ul li a{
	display: block;
	background-color: #fff;
	color: #4c4c4c;
	transition:.3s;
}
.iteam ul li a img{
	width:100%;
	height:auto;
}
.iteam ul li a section{
	padding: 10px 15px;
}
.iteam ul li a section p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 5px;
}
.iteam ul li a section span{
	display: block;
	font-size: 1.3rem;
	min-height: 36px;
	line-height: 18px;
}
.iteam ul li a:hover{
	background:#865a2b;
	color:#fff;
	box-shadow:0px 0px 16px rgba(134,90,43,.4);
}
.idepd .idptext h2{
	font-size:2.2rem;
	font-weight:bold;
	line-height:40px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom:15px;
	margin-bottom:20px;
}
.idepd .idptext section{
	font-size:1.45rem;
	line-height:28px;
	color:#666;
	margin:0px 0px 40px;
}
.itmimg{
	background:#fff;
	padding:10px;
}
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99;
	display: none;
}
.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	z-index: 100;
	display: none;
}
.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199;
	display: none;
}
.pictures_eyes_in {
	position: relative;
	text-align: center;
}
.pictures_eyes_in img { 
	max-height: 70%; 
}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}
.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299;
}
.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}
.pictures_eyes_indicators img {
	height: 50px; 
}
.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}
.guahao .ghtit{
	border-bottom:1px #2c0703 solid;
	padding:15px 0px 0px;
}
.guahao .ghtit dl{
	display:flex;
	width:100%;
	background-image:linear-gradient(to top,#2c0703,#865a2b);
}
.guahao .ghtit dl dd{
	line-height:46px;
	text-align:center;
	font-weight:bold;
	font-size:1.5rem;
	color:#fff;
	border-right:1px #2c0703 solid;
	width:30%;
}
.guahao .ghtit dl dd:last-child{
	border-right:0;
}
.guahao .ghtit dl dd:nth-child(2){
	width:40%;
}
.guahao .swiper-container{
	height:287px;
}
.guahao .swiper-container .swiper-slide{
	height:40px;
}
.guahao .swiper-container .swiper-slide ul{
	display:flex;
	justify-content:space-between;
	border-left:1px #2c0703 solid;
	border-top:1px #2c0703 solid;
	width:100%;
}
.guahao .swiper-container .swiper-slide ul li{
	border-right:1px #2c0703 solid;
	line-height:40px;
	text-align:center;
	width:30%;
	background:#fff;
	font-size:1.3rem;
}
.guahao .swiper-container .swiper-slide ul li:last-child{
	font-weight:bold;
}
.guahao .swiper-container .swiper-slide ul li:nth-child(2){
	width:40%;
}
.guahao form{
	width:100%;
}
.guahao form h2{
	display:flex;
	justify-content:space-between;
	border-bottom:2px #b36c2c solid;
}
.guahao form h2 p{
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	background-image:linear-gradient(to top,#b36c2c,#d39f89);
	line-height:50px;
	padding:0px 30px;
	letter-spacing:1px;
}
.guahao form h2 span{
	font-size:1.8rem;
	line-height:50px;
	color:#b36c2c;
}
.guahao form h3{
	color:#f00;
	font-size:1.6rem;
	font-weight:bold;
	line-height:30px;
	padding:15px 0px;
}
.guahao form section{
	display:flex;
	justify-content:space-between;
	margin-bottom:15px;
}
.guahao form section span{
	display:flex;
	align-items:center;
	width:38%;
}
.guahao form section span:nth-child(2){
	width:25%;
}
.guahao form section span:last-child{
	width:33%;
}
.guahao form section span p{
	font-size:1.4rem;
	line-height:22px;
	white-space:nowrap;
	min-width:80px;
}
.guahao form section span p small{
	color:#f00;
	font-size:1.6rem;
}
.guahao form section span input{
	width:calc(100% - 80px);
	line-height:20px;
	border:1px rgba(0,0,0,.15) solid;
	padding:5px 15px;
	background:#fff;
	outline:none;
}
.guahao form section span textarea{
	width:calc(100% - 80px);
	line-height:20px;
	border:1px rgba(0,0,0,.15) solid;
	padding:5px 15px;
	background:#fff;
	outline:none;
	resize:none;
}
.guahao form section span select{
	border:1px rgba(0,0,0,.15) solid;
	height:32px;
	background:#fff;
	width:calc(100% - 80px);
	outline:none;
	padding:0px 5px;
}
.guahao form section.ban span{
	width:48%;
}
.guahao form section.all span{
	width:100%;
}
.guahao form button{
	width:160px;
	height:40px;
	border:0;
	color:#fff;
	background:#843924;
	margin-left:80px;
	font-weight:bold;
}
.guahao .shuoming{
	border:2px #b36c2c solid;
	padding:15px;
	margin:30px 0px 0px;
	background:#fff url(../images/beijingg.jpg) right bottom no-repeat;
}
.guahao .shuoming h5{
	font-size:1.6rem;
	font-weight:bold;
	line-height:30px;
	color:#843924;
}
.guahao .shuoming section{
	line-height:26px;
	margin:5px 0px 10px;
}
.guahao .shuoming h4{
	font-size:1.6rem;
	color:#ed1b23;
	line-height:46px;
	display:flex;
}
.guahao .shuoming h4 big{
	font-size:3.2rem;
	font-family:MaisonNeue-Medium;
}
.ns-hot dl,.lmnav dl{
	width:90%;
	margin-left:10%;
}
.ns-hot dl dt,.lmnav dl dt{
	margin:0px 0px 30px;
	font-weight:normal;
	position:relative;
}
.ns-hot dl dt p,.lmnav dl dt p{
	font-size:3.0rem;
	line-height:40px;
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	padding-left:10%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family:simsun,'microsoft yahei';
	font-weight:bold;
	margin-top:-20px;
}
.ns-hot dl dd{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.ns-hot dl dd a{
	display:flex;
	justify-content:space-between;
	color:#333;
	font-size:1.5rem;
	line-height:24px;
	padding:5px 0px;
}
.ns-hot dl dd a:hover{
	color:#f00;
}
.ns-hot dl dd a p{
	/* max-width:calc(100% - 70px); */
	/* text-overflow:ellipsis; */
	/* overflow:hidden; */
	/* white-space:nowrap; */
}
.ns-hot dl dd a small{
	font-family:arial;
	color:#999;
	font-size:1.3rem;
}
.lmnav dl dd a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.05) solid;
	padding:0px 13px 0px 8px;
}
.lmnav dl dd a p{
	color:#4c4c4c;
	font-size:1.6rem;
	font-weight:bold;
	line-height:56px;
	display:flex;
	align-items:center;
}
.lmnav dl dd a p:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#4c4c4c;
	margin:1px 5px 0px 0px;
}
.lmnav dl dd a:after{
	content:"";
	width:15px;
	height:15px;
	background:url(../images/nvpic.png) center no-repeat;
	opacity:.2;
}
.lmnav dl dd:hover a p:before,.lmnav dl dd.cur a p:before{
	background:#865a2b;
}
.lmnav dl dd:hover a p,.lmnav dl dd.cur a p{
	color:#865a2b;
}
.lmnav dl dd:hover a:after,.lmnav dl dd.cur a:after{
	opacity:1;
}